home *** CD-ROM | disk | FTP | other *** search
- object LogForm: TLogForm
- Left = 453
- Top = 243
- BorderIcons = [biSystemMenu, biHelp]
- BorderStyle = bsDialog
- Caption = 'Login'
- ClientHeight = 337
- ClientWidth = 417
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- object GroupBox1: TGroupBox
- Left = 8
- Top = 8
- Width = 401
- Height = 289
- Caption = 'Choose Profile'
- TabOrder = 0
- object Label1: TLabel
- Left = 176
- Top = 56
- Width = 65
- Height = 17
- AutoSize = False
- Caption = 'Host :'
- end
- object Label2: TLabel
- Left = 176
- Top = 80
- Width = 65
- Height = 17
- AutoSize = False
- Caption = 'Username :'
- end
- object Label3: TLabel
- Left = 176
- Top = 104
- Width = 65
- Height = 17
- AutoSize = False
- Caption = 'Password :'
- end
- object Label4: TLabel
- Left = 176
- Top = 32
- Width = 65
- Height = 17
- AutoSize = False
- Caption = 'Profile :'
- end
- object Label6: TLabel
- Left = 176
- Top = 224
- Width = 65
- Height = 17
- AutoSize = False
- Caption = 'Proxy Name:'
- end
- object Label7: TLabel
- Left = 176
- Top = 248
- Width = 65
- Height = 17
- AutoSize = False
- Caption = 'Port:'
- end
- object Label5: TLabel
- Left = 176
- Top = 128
- Width = 65
- Height = 17
- AutoSize = False
- Caption = 'Server Type:'
- end
- object Label8: TLabel
- Left = 176
- Top = 152
- Width = 65
- Height = 17
- AutoSize = False
- Caption = 'Anonymous:'
- end
- object Label9: TLabel
- Left = 176
- Top = 200
- Width = 65
- Height = 17
- AutoSize = False
- Caption = 'Uses Proxy:'
- end
- object Label10: TLabel
- Left = 176
- Top = 176
- Width = 65
- Height = 17
- AutoSize = False
- Caption = 'Passive:'
- end
- object List_Prof: TListView
- Left = 16
- Top = 24
- Width = 153
- Height = 249
- HelpContext = 12
- Columns = <>
- ReadOnly = True
- RowSelect = True
- SmallImages = FormMain.Imgsmall
- SortType = stText
- TabOrder = 0
- ViewStyle = vsList
- OnClick = List_ProfClick
- OnDblClick = List_ProfDblClick
- OnSelectItem = List_ProfSelectItem
- end
- object Name: TPanel
- Left = 248
- Top = 32
- Width = 137
- Height = 17
- Alignment = taLeftJustify
- BevelOuter = bvLowered
- TabOrder = 1
- end
- object Host: TPanel
- Left = 248
- Top = 56
- Width = 137
- Height = 17
- Alignment = taLeftJustify
- BevelOuter = bvLowered
- TabOrder = 2
- end
- object User: TPanel
- Left = 248
- Top = 80
- Width = 137
- Height = 17
- Alignment = taLeftJustify
- BevelOuter = bvLowered
- TabOrder = 3
- end
- object Password: TPanel
- Left = 248
- Top = 104
- Width = 137
- Height = 17
- Alignment = taLeftJustify
- BevelOuter = bvLowered
- TabOrder = 4
- end
- object ServerType: TPanel
- Left = 248
- Top = 128
- Width = 137
- Height = 17
- Alignment = taLeftJustify
- BevelOuter = bvLowered
- TabOrder = 5
- end
- object Anonymous: TPanel
- Left = 248
- Top = 152
- Width = 137
- Height = 17
- Alignment = taLeftJustify
- BevelOuter = bvLowered
- TabOrder = 6
- end
- object Proxy: TPanel
- Left = 248
- Top = 200
- Width = 137
- Height = 17
- Alignment = taLeftJustify
- BevelOuter = bvLowered
- TabOrder = 7
- end
- object ProxyName: TPanel
- Left = 248
- Top = 224
- Width = 137
- Height = 17
- Alignment = taLeftJustify
- BevelOuter = bvLowered
- TabOrder = 8
- end
- object Port: TPanel
- Left = 248
- Top = 248
- Width = 137
- Height = 17
- Alignment = taLeftJustify
- BevelOuter = bvLowered
- TabOrder = 9
- end
- object Passive: TPanel
- Left = 248
- Top = 176
- Width = 137
- Height = 17
- Alignment = taLeftJustify
- BevelOuter = bvLowered
- TabOrder = 10
- end
- end
- object Button1: TButton
- Left = 51
- Top = 304
- Width = 75
- Height = 25
- HelpContext = 13
- Caption = 'C&onnect'
- Default = True
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 291
- Top = 304
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- TabOrder = 2
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 131
- Top = 304
- Width = 75
- Height = 25
- HelpContext = 14
- Caption = '&New Profile'
- TabOrder = 3
- OnClick = Button3Click
- end
- object ButHelp: TButton
- Left = 211
- Top = 304
- Width = 75
- Height = 25
- Caption = '&Help'
- TabOrder = 4
- OnClick = ButHelpClick
- end
- end
-